home *** CD-ROM | disk | FTP | other *** search
/ Star Festival... a Return to Japan / Star Festival... a Return to Japan.iso / pc / STARFESTIVAL / 01r.dir / 00008_site scripts.ls < prev    next >
Encoding:
Text File  |  1999-04-09  |  790 b   |  73 lines

  1. on myPlay
  2.   if (the frame <= (marker("a") + 1)) or (the frame = (marker("aP") + 1)) then
  3.     go("aP")
  4.   else
  5.     go("bP")
  6.   end if
  7. end
  8.  
  9. on myUp
  10.   qTHalt()
  11.   scrollMechOne(1)
  12. end
  13.  
  14. on myDown
  15.   qTHalt()
  16.   scrollMechOne(2)
  17. end
  18.  
  19. on myLeft
  20.   qTHalt()
  21.   scrollMechTwo(1)
  22. end
  23.  
  24. on myRight
  25.   qTHalt()
  26.   scrollMechTwo(2)
  27. end
  28.  
  29. on myPag
  30. end
  31.  
  32. on myDia
  33.   qTHalt()
  34.   puppetSprite(38, 0)
  35.   go("localxit")
  36.   play movie "01d"
  37. end
  38.  
  39. on myNot
  40.   qTHalt()
  41.   puppetSprite(38, 0)
  42.   go("localxit")
  43.   play movie "01p"
  44.   go("a")
  45. end
  46.  
  47. on myMoney
  48.   qTHalt()
  49.   puppetSprite(38, 0)
  50.   go("xit")
  51.   play movie "01p5"
  52.   go("a")
  53. end
  54.  
  55. on myPho
  56.   qTHalt()
  57.   puppetSprite(38, 0)
  58.   go("xit")
  59.   play movie "01p"
  60.   go("a")
  61. end
  62.  
  63. on myVid
  64.   qTHalt()
  65.   puppetSprite(38, 0)
  66.   go("xit")
  67.   play movie "01q"
  68.   go("a")
  69. end
  70.  
  71. on myupScroll
  72. end
  73.